"1F4D7A minimal" shadcn/ui theme

minimalist
calm
modern
contrast
serene
blue-tone
clean
professional
immersive
user-friendly
light-dark-mode
high-contrast
contemporary
sleek
balanced
soothing
elegant
futuristic
refreshing
vibrant

Shadcn/ui Theme Css Variables

name: Azure Serenitykeyword: 1F4D7A minimal views: 10

:root {
  --background: 210 20% 98%;
  --foreground: 210 20% 10%;
  --card: 210 20% 95%;
  --card-foreground: 210 20% 10%;
  --popover: 210 20% 95%;
  --popover-foreground: 210 20% 10%;
  --primary: 210 50% 30%;
  --primary-foreground: 210 20% 98%;
  --secondary: 210 20% 85%;
  --secondary-foreground: 210 20% 10%;
  --muted: 210 20% 90%;
  --muted-foreground: 210 20% 30%;
  --accent: 210 50% 50%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 50% 50%;
  --destructive-foreground: 0 20% 98%;
  --border: 210 20% 80%;
  --input: 210 20% 85%;
  --ring: 210 50% 30%;
  --radius: 0.75rem;
  --chart-1: 210 50% 30%;
  --chart-2: 210 50% 50%;
  --chart-3: 210 50% 70%;
  --chart-4: 210 50% 40%;
  --chart-5: 210 50% 60%;
} 

.dark {
  --background: 210 20% 10%;
  --foreground: 210 20% 98%;
  --card: 210 20% 15%;
  --card-foreground: 210 20% 98%;
  --popover: 210 20% 15%;
  --popover-foreground: 210 20% 98%;
  --primary: 210 50% 50%;
  --primary-foreground: 210 20% 98%;
  --secondary: 210 20% 20%;
  --secondary-foreground: 210 20% 98%;
  --muted: 210 20% 25%;
  --muted-foreground: 210 20% 70%;
  --accent: 210 50% 70%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 50% 70%;
  --destructive-foreground: 0 20% 98%;
  --border: 210 20% 30%;
  --input: 210 20% 20%;
  --ring: 210 50% 50%;
  --radius: 0.75rem;
  --chart-1: 210 50% 50%;
  --chart-2: 210 50% 70%;
  --chart-3: 210 50% 90%;
  --chart-4: 210 50% 60%;
  --chart-5: 210 50% 80%;
}